* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: Source Han Sans CN;
  src: url("./SOURCEHANSANSCN-NORMAL.OTF");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Source Han Sans CN;
  font-style: normal;
  font-weight: 600;
  src: url("./SOURCEHANSANSCN-BOLD.OTF");
}
@font-face {
  font-family: Source Han Sans CN;
  font-style: normal;
  font-weight: 300;
  src: url("./SOURCEHANSANSCN-LIGHT.OTF");
}
html body {
  color: #333333;
  font-family: "Source Han Sans CN", "Gotham", Helvetica, Arial, PingFangSC-Regular, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
html,
body {
  width: 100%;
  min-width: 1100px;
  margin: auto;
  line-height: 1;
}
ul,
li {
  padding: 0;
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  outline-color: #02754B;
}
img {
  border: none;
  vertical-align: middle;
}
input {
  border: none;
  outline-color: #02754B;
}
button {
  border: none;
  background-color: transparent;
  outline-color: #02754B;
}
p {
  margin: 0;
}
a.link:hover {
  opacity: 0.8;
}
.inner {
  width: 1100px;
  margin: auto;
}
.common-banner {
  height: 200px;
  background-image: url('../image/banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.common-banner .text {
  width: 1100px;
  line-height: 200px;
  margin: auto;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}
.common-crumbs {
  width: 1100px;
  margin: auto;
  padding: 20px 0 10px;
  border-bottom: 1px solid #666666;
}
.common-crumbs .link {
  line-height: 20px;
  font-size: 13px;
  color: #000;
}
.common-crumbs .link:after {
  content: ' / ';
}
.common-crumbs .link:last-child {
  color: #6F7070;
  display: inline-block;
  font-weight: normal;
}
.common-crumbs .link:last-child:after {
  display: none;
}
.common-main {
  display: flex;
  width: 1100px;
  margin: auto;
  padding: 30px 0;
}
.common-main.list-main .common-main-nav {
  width: 372px;
}
.common-main .common-main-nav {
  width: 372px !important;
}
.common-main .common-main-nav .link {
  display: block;
  margin-bottom: 26px;
  line-height: 24px;
  font-size: 16px;
  color: #3C3C3C;
}
.common-main .common-main-nav .link:first-child {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
}
.common-main .common-main-nav .link:last-child {
  margin-bottom: 0;
}
.common-main .common-main-nav .link.active {
  font-weight: bold;
}
.common-main .common-main-nav .link.active .link-text {
  border-bottom: 2px solid #008002;
}
.common-main .common-main-detail {
  width: 700px;
}
.common-title {
  margin-bottom: 28px;
  line-height: 32px;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}
.common-tags {
  display: flex;
  flex-wrap: wrap;
}
.common-tags .tag {
  display: inline-block;
  min-width: 60px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #000000;
  color: #000;
  font-size: 14px;
}
.common-tags .tag + .tag {
  margin-left: 20px;
}
.common-tags .tag.active {
  background-color: #000000;
  color: #fff;
}
.common-page {
  display: flex;
  justify-content: center;
}
.common-page .page-btn {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 0 5px;
  margin-right: 6px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.6);
}
.common-page .page-btn.active {
  background-color: #006241;
  border-color: #006241;
  color: #fff;
}
.common-page .page-btn.ellipsis,
.common-page .page-btn.prev,
.common-page .page-btn.next {
  border-color: transparent;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.common-page .page-btn.ellipsis {
  background-image: url('../image/page-ellipsis.png');
}
.common-page .page-btn.prev {
  background-image: url('../image/page-prev.png');
}
.common-page .page-btn.next {
  background-image: url('../image/page-next.png');
}
.common-page .page-input {
  width: 50px;
  height: 32px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.6);
}
.common-select {
  position: relative;
  width: 314px;
}
.common-select.open .select-options {
  display: block;
}
.common-select .select-value {
  display: block;
  width: 100%;
  line-height: 56px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #1E3932;
  background-image: url('../image/select-bottom.png');
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: right center;
  transition: all 0.3s ease;
}
.common-select .select-value[aria-expanded=true] {
  background-image: url('../image/select-top.png');
}
.common-select .select-options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  padding-top: 20px;
  background-color: #fff;
}
.common-select .select-options .select-options-item {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.common-select .select-options .select-options-item.active {
  color: #00754A;
}
.common-right {
  flex: 1;
}
.common-list {
  display: flex;
  flex-wrap: wrap;
}
.common-list.ani-img.list-three .list-item:nth-child(even) {
  margin-right: 19px;
}
.common-list.ani-img.list-three .list-item:nth-child(3n) {
  margin-right: 0;
}
.common-list.ani-img .list-item:nth-child(even) {
  margin-right: 0;
}
.common-list.ani-img .list-item:hover .box .img-box .img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.common-list.ani-img .list-item .box .img-box {
  overflow: hidden;
}
.common-list.ani-img .list-item .box .img-box .img {
  transition: transform 1.5s cubic-bezier(0.22, 0.89, 0.57, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.22, 0.89, 0.57, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.22, 0.89, 0.57, 1);
  -o-transition: transform 1.5s cubic-bezier(0.22, 0.89, 0.57, 1);
  -webkit-transition: transform 1.5s cubic-bezier(0.22, 0.89, 0.57, 1);
}
.common-list .list-item {
  margin-right: 19px;
}
.common-list .list-item:hover .box {
  background-color: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2);
}
.common-list .list-item:hover .box .img-box:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.common-list .list-item .box {
  position: relative;
  display: block;
  width: 354px;
  height: 400px;
  margin-bottom: 30px;
  background-color: #F9F9F9;
}
.common-list .list-item .box .img-box {
  height: 190px;
}
.common-list .list-item .box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-list .list-item .box .text-box {
  padding: 16px 20px 0;
}
.common-list .list-item .box .text-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  height: 56px;
}
.common-list .list-item .box .text-box .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 23px;
  color: #666;
  margin-top: 10px;
}
.common-list .list-item .box .text-box .info {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
  padding-bottom: 22px;
}
.common-list .list-item .box .text-box .info .tags {
  margin-bottom: 10px;
}
.common-list .list-item .box .text-box .info .tags .tag {
  margin-right: 30px;
  line-height: 24px;
  font-size: 16px;
  color: #006241;
  border-bottom: 1px solid #006241;
}
.common-list .list-item .box .text-box .info .time {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.video-popup {
  display: none;
  width: 800px;
  box-shadow: none;
  border-radius: 0;
}
.video-popup .layui-layer-setwin {
  right: 0;
  top: -48px;
}
.video-popup .layui-layer-setwin .layui-layer-close {
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  background-image: url('../image/close.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  font-size: 0;
  color: transparent;
}
.video-popup .layui-layer-setwin .layui-layer-close:hover {
  background-position: center;
}
.video-popup .video {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.common-popup {
  background-color: rgba(0, 0, 0, 0.75);
}
.common-popup.video-popup {
  display: block;
}
.header-wrapper {
  height: 98px;
}
.header-wrapper .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.header-wrapper .header .header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  height: 98px;
}
.header-wrapper .header .logo-link {
  line-height: 98px;
  margin-right: 50px;
  margin-left: 30px;
  font-size: 0;
}
.header-wrapper .header .logo-link .logo {
  height: 44px;
}
.header-wrapper .header .nav {
  flex: 1;
  padding-right: 20px;
}
.header-wrapper .header .nav .nav-one {
  display: flex;
  justify-content: space-between;
  min-width: 496px;
  max-width: 600px;
}
.header-wrapper .header .nav .nav-one .nav-one-item {
  position: relative;
  height: 98px;
  box-sizing: border-box;
  min-width: 32px;
}
.header-wrapper .header .nav .nav-one .nav-one-item.open > .nav-two {
  display: block;
}
.header-wrapper .header .nav .nav-one .nav-one-item + .nav-one-item {
  min-width: 64px;
}
.header-wrapper .header .nav .nav-one .nav-one-item:hover .nav-two {
  display: block;
}
.header-wrapper .header .nav .nav-one .nav-one-item.active,
.header-wrapper .header .nav .nav-one .nav-one-item:hover {
  border-bottom: 6px solid #02754B;
}
.header-wrapper .header .nav .nav-one .nav-one-item.active .nav-one-link,
.header-wrapper .header .nav .nav-one .nav-one-item:hover .nav-one-link {
  font-weight: bold;
}
.header-wrapper .header .nav .nav-one .nav-one-item .nav-one-link {
  display: block;
  line-height: 98px;
  font-size: 15px;
  color: #000000;
  white-space: nowrap;
}
.header-wrapper .header .nav .nav-one .nav-two {
  display: none;
  position: absolute;
  left: 50%;
  right: 0;
  margin: auto;
  width: 180px;
  padding: 25px 0;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.23);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header-wrapper .header .nav .nav-one .nav-two .nav-two-item {
  position: relative;
}
.header-wrapper .header .nav .nav-one .nav-two .nav-two-item.open > .nav-three {
  display: block;
}
.header-wrapper .header .nav .nav-one .nav-two .nav-two-item:hover .nav-three {
  display: block;
}
.header-wrapper .header .nav .nav-one .nav-two .nav-two-item .nav-two-link {
  display: block;
  color: #333333;
  white-space: nowrap;
}
.header-wrapper .header .nav .nav-one .nav-two .nav-two-item .nav-two-link.active,
.header-wrapper .header .nav .nav-one .nav-two .nav-two-item .nav-two-link:hover {
  font-weight: bold;
  color: #00754A;
}
.header-wrapper .header .nav .nav-one .nav-three {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.23);
}
.header-wrapper .header .nav .nav-one .nav-three .nav-three-item .nav-three-link {
  display: block;
  color: #333333;
  white-space: nowrap;
}
.header-wrapper .header .nav .nav-one .nav-three .nav-three-item .nav-three-link.active,
.header-wrapper .header .nav .nav-one .nav-three .nav-three-item .nav-three-link:hover {
  font-weight: bold;
  color: #00754A;
}
.header-wrapper .header .search {
  position: relative;
  display: flex;
  width: 200px;
}
.header-wrapper .header .search .search-input {
  width: 100%;
  height: 40px;
  padding-left: 27px;
  box-sizing: border-box;
  background-image: url('../image/search.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  outline: none;
  border-bottom: 1px solid #000000;
}
.header-wrapper .header .search .search-input:hover {
  background-image: url('../image/search-active.png');
}
.header-wrapper .header .search .search-input:focus {
  border-bottom-color: #02754B;
}
.header-wrapper .header .search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url('../image/right.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
}
.header-wrapper .header .search .search-btn:hover {
  background-image: url('../image/right-active.png');
}
.header-wrapper .header .guide {
  margin-left: 30px;
  margin-right: 50px;
  display: inline-block;
  padding-left: 30px;
  line-height: 22px;
  font-size: 13px;
  color: #6F7070;
  white-space: nowrap;
  background-image: url('../image/guide.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
}
.header-wrapper .header .guide h1.link {
  font-size: 13px;
  width: 92px;
}
.header-wrapper .header .guide:hover {
  background-image: url('../image/guide-active.png');
}
.footer-wrapper {
  position: relative;
  padding-top: 70px;
  background-color: #F6F6F7;
}
.footer-wrapper .footer-logo {
  display: block;
  width: 500px;
  margin: auto;
}
.footer-wrapper .footer-logo .logo {
  width: 100%;
}
.footer-wrapper .footer-links {
  padding: 75px 0 100px;
}
.footer-wrapper .footer-links .footer-link {
  display: flex;
}
.footer-wrapper .footer-links .footer-link .footer-link-list + .footer-link-list {
  margin-left: 58px;
}
.footer-wrapper .footer-links .footer-link .footer-link-list:last-child {
  flex: 1;
}
.footer-wrapper .footer-links .footer-link .footer-link-list .link {
  display: block;
  line-height: 34px;
  color: #666666;
  font-size: 14px;
}
.footer-wrapper .footer-links .footer-link .footer-link-list .link a {
  color: #666;
}
.footer-wrapper .footer-links .footer-link .footer-link-list .link:first-child {
  padding-bottom: 12px;
  line-height: 23px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.footer-wrapper .footer-links .footer-link .footer-link-list .qrcode {
  width: 90px;
  margin-top: 10px;
}
.footer-wrapper .footer-links .footer-link .footer-link-list .qrcode .qrcode-icon {
  width: 100%;
}
.footer-wrapper .footer-links .footer-link .footer-link-list .qrcode .qrcode-text {
  margin-top: 10px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.footer-wrapper .back {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url('../image/back.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  outline: none;
}
.footer-wrapper .back:focus {
  box-shadow: 0 0 5px #000;
}
.footer-wrapper .copyright {
  line-height: 40px;
  background-color: #1E3932;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.main-box {
  background: #D4E9E2;
}
.pt50 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.slogan-main.project-main {
  display: flex;
  justify-content: space-between;
}
.slogan-main.project-main .slogan-item {
  box-sizing: border-box;
  width: 342px;
  height: initial;
  background: #fff;
  padding: 20px 30px;
  background-image: none !important;
  border-radius: 10px;
  flex: initial !important;
}
.slogan-main.project-main .slogan-item:before,
.slogan-main.project-main .slogan-item:after {
  display: none !important;
}
.slogan-main.project-main .slogan-item .img-box {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #f9f9f9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.slogan-main.project-main .slogan-item .img-box img {
  width: 66px;
  height: 66px;
  display: block;
}
.slogan-main.project-main .slogan-item .slogan-item-title {
  font-weight: bold;
}
.slogan-main.project-main .slogan-item .slogan-item-desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 28px;
  text-align: justify;
}
.slogan-main.project-main .slogan-item .slogan-item-desc ul,
.slogan-main.project-main .slogan-item .slogan-item-desc li {
  list-style: initial;
}
.slogan-main.project-main .slogan-item .slogan-item-desc p,
.slogan-main.project-main .slogan-item .slogan-item-desc * {
  font-size: 16px !important;
  line-height: 28px !important;
  text-align: justify !important;
}
.slogan-main .slogan-item {
  width: 310px;
  height: 360px;
  padding-top: 142px;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-size: auto 56px;
  background-position: center 80px;
}
.slogan-main .slogan-item:nth-child(1) {
  background-image: url('../image/slogan-icon1.png');
}
.slogan-main .slogan-item:nth-child(2) {
  position: relative;
  flex: 1;
  background-image: url('../image/slogan-icon2.png');
}
.slogan-main .slogan-item:nth-child(2):before,
.slogan-main .slogan-item:nth-child(2):after {
  display: block;
  position: absolute;
  top: 142px;
  width: 1px;
  height: 110px;
  background-color: #E5E5E5;
  content: '';
}
.slogan-main .slogan-item:nth-child(2):before {
  left: 0;
}
.slogan-main .slogan-item:nth-child(2):after {
  right: 0;
}
.slogan-main .slogan-item:nth-child(3) {
  background-image: url('../image/slogan-icon3.png');
}
.slogan-main .slogan-item .slogan-item-title {
  line-height: 36px;
  font-size: 24px;
  font-weight: 800;
  color: #000000;
}
.slogan-main .slogan-item .slogan-item-desc {
  margin-top: 20px;
  line-height: 27px;
  font-size: 18px;
  color: #6F7070;
  font-weight: 400;
}
.index-wrapper .project-data {
  background: #F0FFF9;
}
.index-wrapper .project-data .inner .brief-main {
  text-align: center;
  padding: 55px 0px 55px;
}
.index-wrapper .project-data .inner .brief-main .title {
  position: relative;
  margin: auto;
  color: #1E3932;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}
.index-wrapper .project-data .inner .brief-main .title:after {
  content: '';
  width: 30px;
  height: 6px;
  background: #02754B;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
.index-wrapper .project-data .inner .brief-main .time {
  color: #333;
  font-size: 18px;
  line-height: 27px;
  margin-top: 50px;
}
.index-wrapper .project-data .inner .brief-main .desc-list {
  display: flex;
  margin-top: 50px;
  padding: 0 50px;
  text-align: center;
  justify-content: center;
}
.index-wrapper .project-data .inner .brief-main .desc-list .desc-list-item {
  width: 300px;
  margin-right: 50px;
  color: #000;
}
.index-wrapper .project-data .inner .brief-main .desc-list .desc-list-item:last-child {
  margin-right: 0;
}
.index-wrapper .project-data .inner .brief-main .desc-list .desc-list-item .item-sub-title {
  margin-top: 15px;
  line-height: 27px;
  font-size: 18px;
  font-weight: lighter;
}
.index-wrapper .project-data .inner .brief-main .desc-list .desc-list-item .item-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.index-wrapper .project-data .inner .brief-main .desc-list .desc-list-item .item-title .item-title-num {
  font-size: 60px;
  font-weight: bold;
  height: 58px;
  line-height: 64px;
}
.index-wrapper .project-data .inner .brief-main .desc-list .desc-list-item .item-title .item-title-unit {
  line-height: 24px;
  font-size: 18px;
  font-weight: lighter;
  margin-left: 5px;
}
.index-wrapper .list-main {
  max-width: 1440px;
  margin: auto;
}
.index-wrapper .banner-main .box {
  position: relative;
  height: 700px;
}
.index-wrapper .banner-main .box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  content: '';
}
.index-wrapper .banner-main .box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .banner-main .box .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  padding-top: 166px;
  box-sizing: border-box;
  color: #fff;
}
.index-wrapper .banner-main .box .text .title {
  max-width: 400px;
  line-height: 60px;
  font-size: 50px;
  font-weight: 800;
}
.index-wrapper .banner-main .box .text .desc {
  width: 480px;
  margin-top: 14px;
  line-height: 44px;
  font-size: 24px;
}
.index-wrapper .banner-main .box .text .more {
  margin-top: 22px;
  width: 140px;
  line-height: 36px;
  text-align: center;
  border-radius: 24px;
  background-color: #006241;
}
.index-wrapper .banner-main .swiper-container {
  height: 100%;
}
.index-wrapper .banner-main .swiper-button-prev {
  width: 50px;
  background-size: 24px 24px;
  opacity: 1;
  left: 32px;
  right: unset;
  top: 282px;
  margin: 0;
  background-image: url('../image/swiper-btn-prev.png');
  background-position: left center;
}
.index-wrapper .banner-main .swiper-button-next {
  width: 50px;
  background-size: 24px 24px;
  opacity: 1;
  left: unset;
  right: 32px;
  top: 282px;
  margin: 0;
  background-image: url('../image/swiper-btn-next.png');
  background-position: right center;
}
.index-wrapper .banner-main .swiper-pagination {
  bottom: 30px;
}
.index-wrapper .banner-main .swiper-pagination-bullets {
  font-size: 0;
}
.index-wrapper .banner-main .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}
.index-wrapper .banner-main .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #00B05E;
}
.index-wrapper .list-main .list-item {
  display: flex;
  margin-bottom: 40px;
}
.index-wrapper .list-main .list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.index-wrapper .list-main .list-item:nth-child(even) .text-box {
  background-color: #F0FFF9;
}
.index-wrapper .list-main .list-item:nth-child(even) .text-box .text .title {
  color: #000;
}
.index-wrapper .list-main .list-item:nth-child(even) .text-box .text .desc {
  color: #030000;
}
.index-wrapper .list-main .list-item:nth-child(even) .text-box .text .links .link {
  color: #000;
}
.index-wrapper .list-main .list-item:nth-child(even) .text-box .text .more {
  color: #000;
  border-color: #000;
}
.index-wrapper .list-main .list-item:nth-child(even) .text-box .text .more:hover {
  background-color: #D4E9E2;
}
.index-wrapper .list-main .list-item:nth-child(even) .img-box img.logo {
  left: 50px;
  right: unset;
}
.index-wrapper .list-main .list-item .text-box {
  display: flex;
  justify-content: center;
  width: 50%;
  background-color: #1E3932;
}
.index-wrapper .list-main .list-item .text-box .text {
  width: 460px;
  margin: auto;
  text-align: center;
}
.index-wrapper .list-main .list-item .text-box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 66px;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.index-wrapper .list-main .list-item .text-box .text .title + .desc {
  margin-top: 12px;
}
.index-wrapper .list-main .list-item .text-box .text .title + .links {
  margin-top: 90px;
}
.index-wrapper .list-main .list-item .text-box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 36px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.index-wrapper .list-main .list-item .text-box .text .desc + .links {
  margin-top: 70px;
}
.index-wrapper .list-main .list-item .text-box .text .desc + .more {
  margin-top: 90px;
}
.index-wrapper .list-main .list-item .text-box .text .links + .more {
  margin-top: 32px;
}
.index-wrapper .list-main .list-item .text-box .text .links .link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
}
.index-wrapper .list-main .list-item .text-box .text .links .link + .link {
  margin-top: 20px;
}
.index-wrapper .list-main .list-item .text-box .text .links .link:hover {
  color: #00C08B;
}
.index-wrapper .list-main .list-item .text-box .text .links .link:hover:before {
  content: '→ ';
}
.index-wrapper .list-main .list-item .text-box .text .more {
  display: block;
  margin: auto;
  width: 140px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
}
.index-wrapper .list-main .list-item .text-box .text .more:hover {
  background-color: rgba(212, 233, 226, 0.18);
}
.index-wrapper .list-main .list-item .img-box {
  position: relative;
  width: 50%;
}
.index-wrapper .list-main .list-item .img-box img.logo {
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: block;
  width: auto;
  height: 90px;
}
.index-wrapper .list-main .list-item .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .video-main {
  height: 978px;
  padding-top: 65px;
  box-sizing: border-box;
  text-align: center;
  background-image: url('../image/home-video-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.index-wrapper .video-main .title {
  line-height: 66px;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.index-wrapper .video-main .desc {
  margin-top: 4px;
  line-height: 36px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.index-wrapper .video-main .btn {
  position: relative;
  margin-top: 40px;
  height: 600px;
  background-color: #000;
}
.index-wrapper .video-main .btn:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('../image/play.png');
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: center;
  content: '';
}
.index-wrapper .video-main .btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .partner-main {
  padding: 40px 0 20px;
}
.index-wrapper .partner-main.inner {
  width: 1102px;
}
.index-wrapper .partner-main .tab-list {
  display: flex;
  justify-content: center;
}
.index-wrapper .partner-main .tab-list .tab-list-item {
  margin: 0 20px;
  line-height: 32px;
  padding-bottom: 13px;
  font-size: 32px;
  color: #1E3932;
}
.index-wrapper .partner-main .tab-list .tab-list-item.active {
  position: relative;
  font-weight: bold;
}
.index-wrapper .partner-main .tab-list .tab-list-item.active:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 6px;
  background-color: #02754B;
  content: '';
}
.index-wrapper .partner-main .list {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.index-wrapper .partner-main .list.active {
  display: flex;
}
.index-wrapper .partner-main .list .list-item {
  display: inline-block;
  width: 167px;
  height: 80px;
  padding: 10px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index-wrapper .partner-main .list .list-item:nth-child(6n) {
  margin-right: 0;
}
.index-wrapper .partner-main .list .list-item .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-wrapper .content {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.about-wrapper .content img {
  max-width: 100%;
  height: auto !important;
}
.directors-wrapper .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.directors-wrapper .list .list-item {
  width: 300px;
  flex-shrink: 0;
  margin-bottom: 60px;
}
.directors-wrapper .list .list-item .link {
  display: block;
  text-align: center;
}
.directors-wrapper .list .list-item .link:hover {
  opacity: 1;
}
.directors-wrapper .list .list-item .link .avatar {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
}
.directors-wrapper .list .list-item .link .name-cn {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.directors-wrapper .list .list-item .link .name-en {
  margin-top: 2px;
  line-height: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #333333;
}
.directors-wrapper .list .list-item .link .post {
  margin-top: 15px;
  line-height: 21px;
  font-size: 14px;
  color: #333;
}
.contact-wrapper {
  padding-bottom: 70px;
}
.contact-wrapper .map {
  height: 320px;
}
.contact-wrapper .map .anchorBL {
  display: none;
}
.contact-wrapper .text-box {
  margin-top: 38px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.contact-wrapper .text-box .title {
  font-weight: bold;
}
.contact-wrapper .text-box .text {
  margin-top: 10px;
}
.timeline-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}
.timeline-wrapper .list:before {
  position: absolute;
  right: 50%;
  top: 8px;
  bottom: 30px;
  display: block;
  width: 1px;
  background-color: #1E3932;
  content: '';
}
.timeline-wrapper .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.timeline-wrapper .list .list-item {
  width: 320px;
  padding-right: 30px;
  margin-bottom: 40px;
}
.timeline-wrapper .list .list-item:nth-child(even) {
  margin-left: auto;
  margin-top: 102px;
  padding-left: 30px;
  padding-right: 0;
}
.timeline-wrapper .list .list-item:nth-child(even) .big-time {
  text-align: left;
}
.timeline-wrapper .list .list-item:nth-child(even) .big-time:before {
  left: -20px;
  right: unset;
}
.timeline-wrapper .list .list-item:nth-child(even) .big-time:after {
  left: -37px;
  right: unset;
}
.timeline-wrapper .list .list-item:nth-child(even) .box {
  flex-direction: row-reverse;
}
.timeline-wrapper .list .list-item:nth-child(even) .box .text {
  margin-left: 0;
  margin-right: 20px;
}
.timeline-wrapper .list .list-item .big-time {
  position: relative;
  padding-right: 7px;
  margin-bottom: 10px;
  line-height: 18px;
  text-align: right;
  font-size: 18px;
  color: #030000;
  font-weight: bold;
}
.timeline-wrapper .list .list-item .big-time:before {
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 1px;
  border-bottom: 1px dashed #0A3F21;
  content: '';
}
.timeline-wrapper .list .list-item .big-time:after {
  position: absolute;
  right: -37px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0A3F21;
  box-sizing: border-box;
  content: '';
}
.timeline-wrapper .list .list-item .box {
  display: flex;
  min-height: 140px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #D4E9E2;
}
.timeline-wrapper .list .list-item .box .img {
  width: 100px;
  height: 66px;
  margin-top: 36px;
  object-fit: cover;
}
.timeline-wrapper .list .list-item .box .text {
  position: relative;
  min-height: 140px;
  padding: 20px 0 40px 20px;
  box-sizing: border-box;
}
.timeline-wrapper .list .list-item .box .text .title {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.timeline-wrapper .list .list-item .box .text .time {
  position: absolute;
  left: 20px;
  bottom: 16px;
  line-height: 20px;
  font-size: 13px;
  color: #333333;
}
.list-wrapper .list--video .list-item .box {
  cursor: pointer;
}
.list-wrapper .list--video .list-item .box .img-box {
  position: relative;
}
.list-wrapper .list--video .list-item .box .img-box:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.56);
  background-image: url('../image/play.png');
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center;
  content: '';
}
.list-wrapper .main {
  padding-top: 30px;
  padding-bottom: 100px;
}
.list-wrapper .main .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.list-wrapper .main .list .list-item {
  margin-right: 30px;
}
.list-wrapper .main .list .list-item:nth-child(even) {
  margin-right: 0;
}
.list-wrapper .main .list .list-item:hover .box {
  background-color: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2);
}
.list-wrapper .main .list .list-item:hover .box .img-box:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.list-wrapper .main .list .list-item .box {
  position: relative;
  display: block;
  width: 535px;
  height: 450px;
  margin-bottom: 30px;
  background-color: #F9F9F9;
}
.list-wrapper .main .list .list-item .box .img-box {
  height: 297px;
  padding-bottom: 9px;
  box-sizing: border-box;
}
.list-wrapper .main .list .list-item .box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-wrapper .main .list .list-item .box .text-box {
  padding: 16px 20px 0;
}
.list-wrapper .main .list .list-item .box .text-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.list-wrapper .main .list .list-item .box .text-box .time {
  position: absolute;
  left: 20px;
  bottom: 26px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.news-list-wrapper .common-tags {
  margin-bottom: 30px;
}
.news-list-wrapper .main {
  padding-top: 30px;
  padding-bottom: 100px;
}
.news-list-wrapper .main .common-list {
  margin-bottom: 30px;
}
.activity-list-wrapper .screen-main {
  padding-top: 20px;
  box-sizing: border-box;
  background: #fff;
}
.activity-list-wrapper .screen-main .screen-box {
  display: flex;
  justify-content: space-between;
  width: 966px;
}
.activity-list-wrapper .screen-main .screen-box .common-select {
  width: 270px;
  height: 57px;
}
.activity-list-wrapper .screen-main .screen-btn {
  margin: auto;
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  background-color: #006135;
  cursor: pointer;
}
.activity-list-wrapper .screen-main .screen-btn[disabled] {
  background-color: #C6C6C6;
}
.activity-list-wrapper .screen-main .temp-box {
  display: flex;
}
.activity-list-wrapper .screen-main .qr-box {
  width: 114px;
  height: 154px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.11);
  margin-left: 20px;
  padding: 10px 13px;
  box-sizing: border-box;
}
.activity-list-wrapper .screen-main .qr-box .qrcode img {
  width: 88px;
  height: 88px;
}
.activity-list-wrapper .screen-main .qr-box .qrcode .qrcode-text {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  text-align: center;
}
.activity-list-wrapper .main {
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
}
.activity-list-wrapper .main .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.activity-list-wrapper .main .list .list-item {
  margin-right: 19px;
}
.activity-list-wrapper .main .list .list-item:nth-child(3n) {
  margin-right: 0;
}
.activity-list-wrapper .main .list .list-item:hover .box {
  background-color: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2);
}
.activity-list-wrapper .main .list .list-item:hover .box .img-box:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.activity-list-wrapper .main .list .list-item .box {
  position: relative;
  display: block;
  width: 354px;
  height: 400px;
  margin-bottom: 30px;
  background-color: #F9F9F9;
}
.activity-list-wrapper .main .list .list-item .box .status {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  border-bottom-right-radius: 15px;
  background-color: rgba(0, 176, 94, 0.9);
  color: #fff;
  z-index: 1;
}
.activity-list-wrapper .main .list .list-item .box .status.status--finish {
  background-color: rgba(0, 0, 0, 0.9);
}
.activity-list-wrapper .main .list .list-item .box .img-box {
  height: 190px;
}
.activity-list-wrapper .main .list .list-item .box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-list-wrapper .main .list .list-item .box .text-box {
  padding: 16px 20px 0;
}
.activity-list-wrapper .main .list .list-item .box .text-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.activity-list-wrapper .main .list .list-item .box .text-box .info {
  position: absolute;
  left: 0;
  right: 20px;
  top: 285px;
}
.activity-list-wrapper .main .list .list-item .box .text-box .info .tags {
  padding-left: 20px;
}
.activity-list-wrapper .main .list .list-item .box .text-box .info .time {
  padding-left: 54px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  background-image: url('../image/time.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 20px 4px;
}
.activity-list-wrapper .main .list .list-item .box .text-box .info .address {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  padding-left: 54px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  background-image: url('../image/address.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 20px 4px;
}
.download-wrapper .common-title {
  margin-bottom: 20px;
}
.download-wrapper .list .list-item {
  display: flex;
  align-items: center;
  height: 125px;
  padding: 0 20px;
  background-color: #FAF9F9;
  margin-bottom: 30px;
}
.download-wrapper .list .list-item .icon {
  width: 130px;
  height: 70px;
  object-fit: contain;
}
.download-wrapper .list .list-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  margin: 0 20px;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 500;
}
.download-wrapper .list .list-item .btn {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 24px;
  background-color: #0A3F21;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
}
.news-wrapper .main {
  padding: 30px 0 70px;
}
.news-wrapper .main .list {
  margin-bottom: 60px;
}
.news-wrapper .main .list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  border-bottom: 1px solid #E5E5E5;
}
.news-wrapper .main .list .list-item .link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 1000px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.news-wrapper .main .list .list-item .link:hover {
  border-bottom-color: #00754A;
}
.news-wrapper .main .list .list-item .link:hover .title {
  color: #00754A;
}
.news-wrapper .main .list .list-item .link .source {
  color: #00754A;
}
.news-wrapper .main .list .list-item .link .title {
  color: #333333;
}
.news-wrapper .main .list .list-item .time {
  width: 100px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.income-wrapper {
  padding-bottom: 70px;
}
.income-wrapper .screen-box {
  display: flex;
  justify-content: flex-end;
  margin-top: -28px;
  margin-bottom: 20px;
}
.income-wrapper .screen-box .common-select {
  width: 177px;
}
.income-wrapper .table {
  margin-bottom: 60px;
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
}
.income-wrapper .table tr {
  border-bottom: 1px solid #E5E5E5;
}
.income-wrapper .table th,
.income-wrapper .table td {
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid #E5E5E5;
}
.income-wrapper .table th:nth-child(1),
.income-wrapper .table td:nth-child(1) {
  width: 134px;
}
.income-wrapper .table th:nth-child(2),
.income-wrapper .table td:nth-child(2) {
  width: 390px;
}
.income-wrapper .table th:nth-child(3),
.income-wrapper .table td:nth-child(3) {
  width: 176px;
  border-right: none;
}
.income-wrapper .table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.income-wrapper .table thead {
  height: 60px;
  line-height: 21px;
  background-color: #F0F0F0;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.income-wrapper .table tbody {
  line-height: 21px;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.income-wrapper .table tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}
.income-wrapper .table tfoot tr td {
  border-right: none;
}
.income-wrapper .table tfoot tr td:nth-child(1) {
  width: 403px;
  text-align: right;
}
.income-wrapper .table tfoot tr td:nth-child(2) {
  width: 176px;
}
.basic-wrapper .main {
  margin-bottom: 50px;
}
.basic-wrapper .main .desc {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.basic-wrapper .main .list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  line-height: 18px;
  border-bottom: 1px solid #E5E5E5;
}
.basic-wrapper .main .list .list-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  color: #333333;
}
.basic-wrapper .main .list .list-item .title:hover {
  color: #00754A;
  border-bottom-color: #00754A;
}
.basic-wrapper .main .list .list-item .time {
  width: 100px;
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.help-wrapper .main {
  padding-top: 30px;
  padding-bottom: 100px;
}
.help-wrapper .main .box {
  display: flex;
  height: 400px;
  background-image: url('../image/help-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.help-wrapper .main .box .title {
  width: 688px;
  padding: 158px 0 0 195px;
  box-sizing: border-box;
  line-height: 66px;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
}
.help-wrapper .main .box .qrcode {
  padding-top: 84px;
}
.help-wrapper .main .box .qrcode .qrcode-img {
  width: 218px;
}
.help-wrapper .main .box .qrcode .qrcode-text {
  margin-top: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
}
.guide-wrapper .main {
  padding-top: 36px;
  padding-bottom: 100px;
  width: 700px;
  margin: auto;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.guide-wrapper .main img {
  max-width: 100%;
}
.search-wrapper .main {
  padding-top: 20px;
  padding-bottom: 100px;
}
.search-wrapper .main .list .list-item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  line-height: 27px;
}
.search-wrapper .main .list .list-item:hover .link .text {
  color: #00754A;
}
.search-wrapper .main .list .list-item:hover .link .text .title {
  border-bottom-color: #00754A;
}
.search-wrapper .main .list .list-item .link .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333333;
}
.search-wrapper .main .list .list-item .link .text .title {
  vertical-align: middle;
  border-bottom: 1px solid transparent;
}
.search-wrapper .main .list .list-item .link .time {
  margin-top: 20px;
  line-height: 21px;
  font-size: 14px;
  color: #999999;
}
.search-wrapper .main .no-data {
  padding-top: 60px;
  padding-bottom: 134px;
}
.search-wrapper .main .no-data .no-data-icon {
  display: block;
  width: 120px;
  margin: auto;
}
.search-wrapper .main .no-data .no-data-text {
  margin-top: 9px;
  line-height: 20px;
  font-size: 13px;
  color: #6F7070;
  text-align: center;
}
.article-wrapper .article-main {
  width: 700px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 36px;
}
.article-wrapper .article-main .title {
  line-height: 42px;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.article-wrapper .article-main .time {
  margin-top: 10px;
  line-height: 23px;
  font-size: 13px;
  color: #666666;
}
.article-wrapper .article-main .content {
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.article-wrapper .article-main .content img {
  max-width: 100% !important;
  height: auto !important;
}
.article-wrapper .article-main .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.article-wrapper .article-main .control .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 324px;
  box-sizing: border-box;
  padding: 0 0 0 32px;
  line-height: 26px;
  font-size: 14px;
  color: #000000;
  background-image: url('../image/prev.png');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 8px center;
}
.article-wrapper .article-main .control .btn.next {
  margin-left: auto;
  padding: 0 32px 0 0;
  background-image: url('../image/next.png');
  background-position: right 8px center;
}
.article-wrapper .article-main .control .btn:hover {
  color: #006241;
  font-weight: bold;
}
.article-wrapper .recommend-main {
  padding-top: 30px;
  padding-bottom: 100px;
  border-top: 1px solid #D8D8D8;
}
.article-wrapper .recommend-main .main-title {
  line-height: 36px;
  font-size: 24px;
}
.article-wrapper .recommend-main .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.article-wrapper .recommend-main .list .list-item {
  margin-right: 19px;
}
.article-wrapper .recommend-main .list .list-item:nth-child(3n) {
  margin-right: 0;
}
.article-wrapper .recommend-main .list .list-item:hover .box {
  background-color: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2);
}
.article-wrapper .recommend-main .list .list-item:hover .box .img-box:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.article-wrapper .recommend-main .list .list-item .box {
  position: relative;
  display: block;
  width: 353px;
  height: 400px;
  background-color: #F9F9F9;
}
.article-wrapper .recommend-main .list .list-item .box .img-box {
  height: 190px;
}
.article-wrapper .recommend-main .list .list-item .box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-wrapper .recommend-main .list .list-item .box .text {
  height: 210px;
  padding: 16px 20px 0;
  box-sizing: border-box;
}
.article-wrapper .recommend-main .list .list-item .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.article-wrapper .recommend-main .list .list-item .box .text .time {
  position: absolute;
  left: 20px;
  bottom: 44px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.project-wrapper .common-list.ani-img .list-item:nth-child(even) {
  margin-right: 19px;
}
.project-wrapper .common-list.ani-img .list-item:nth-child(3n) {
  margin-right: 0;
}
.project-wrapper .banner {
  height: 490px;
}
.project-wrapper .banner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-wrapper .main .main-more {
  display: block;
  width: 140px;
  height: 36px;
  margin: auto;
  line-height: 36px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 24px;
  color: #000;
  font-size: 18px;
}
.project-wrapper .main .brief-main {
  position: relative;
  margin-top: -115px;
  padding-bottom: 70px;
  box-sizing: border-box;
  padding-top: 56px;
  background-color: #1E3932;
  text-align: center;
  color: #fff;
}
.project-wrapper .main .brief-main.brief-main--hide {
  height: 460px;
  overflow: hidden;
}
.project-wrapper .main .brief-main.brief-main--hide .main-btn-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 172px;
  padding-top: 85px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(30, 57, 50, 0) 0%, rgba(30, 57, 50, 0.87) 20%, #1E3932 100%);
}
.project-wrapper .main .brief-main .title {
  font-size: 32px;
  font-weight: bold;
}
.project-wrapper .main .brief-main .desc {
  width: 800px;
  margin: 50px auto 0;
  line-height: 28px !important;
  font-size: 18px !important;
  font-weight: 300;
}
.project-wrapper .main .brief-main .desc * {
  line-height: 28px !important;
  font-size: 18px !important;
}
.project-wrapper .main .brief-main .desc-list {
  display: flex;
  margin-top: 50px;
  padding: 0 50px;
  text-align: center;
  justify-content: center;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item {
  width: 300px;
  margin-right: 50px;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item:last-child {
  margin-right: 0;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item .item-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item .item-title .item-title-num {
  font-size: 60px;
  font-weight: bold;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item .item-title .item-title-unit {
  line-height: 24px;
  font-size: 18px;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item .item-sub-title {
  margin-top: 15px;
  line-height: 27px;
  font-size: 18px;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item .item-content-title {
  margin-top: 50px;
  line-height: 27px;
  font-size: 18px;
}
.project-wrapper .main .brief-main .desc-list .desc-list-item .item-content {
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.project-wrapper .main .brief-main .main-more {
  margin-top: 96px;
  border-color: #fff;
  color: #fff;
  cursor: pointer;
}
.project-wrapper .main .brief-main .main-btn-box {
  padding-top: 96px;
}
.project-wrapper .main .brief-main .main-btn-box .main-more {
  margin: 0 auto;
}
.project-wrapper .main .list-main {
  padding-top: 50px;
  padding-bottom: 85px;
}
.project-wrapper .main .list-main .main-title {
  margin-bottom: 15px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #000;
}
.project-wrapper .main .list-main .main-more {
  margin-top: 30px;
}
.project-list-wrapper .slogan-main {
  height: 216px;
  padding: 32px 0 0;
  box-sizing: border-box;
  text-align: center;
}
.project-list-wrapper .slogan-main .title {
  line-height: 45px;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
.project-list-wrapper .slogan-main .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.project-list-wrapper .list-main {
  max-width: 1440px;
  margin: auto;
}
.project-list-wrapper .list-main .list-item {
  display: flex;
  height: 500px;
  margin-bottom: 40px;
}
.project-list-wrapper .list-main .list-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.project-list-wrapper .list-main .list-item .text-box {
  width: 50%;
  background-color: #F0FFF9;
}
.project-list-wrapper .list-main .list-item .text-box .text {
  width: 480px;
  padding-top: 136px;
  margin: auto;
  text-align: center;
}
.project-list-wrapper .list-main .list-item .text-box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 66px;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #030000;
}
.project-list-wrapper .list-main .list-item .text-box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 70px;
  margin-top: 10px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 300;
  color: #030000;
}
.project-list-wrapper .list-main .list-item .text-box .text .more {
  display: block;
  margin: 25px auto 0;
  width: 140px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #000000;
  border-radius: 24px;
  font-size: 18px;
  color: #000000;
}
.project-list-wrapper .list-main .list-item .text-box .text .more:hover {
  background-color: #D4E9E2;
}
.project-list-wrapper .list-main .list-item .img-box {
  position: relative;
  width: 50%;
}
.project-list-wrapper .list-main .list-item .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.target-fix {
  position: relative;
  top: -98px;
  display: block;
  height: 0;
  overflow: hidden;
}
.banquan {
  position: absolute;
  font-size: 13px;
  color: #eee;
  left: 0;
  bottom: 27px;
  width: 100%;
}
.img-box .banquan {
  position: absolute;
  font-size: 13px;
  color: #eee;
  padding: 0 10px;
  box-sizing: border-box;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.left-nav > .link {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 24px;
}
.video-popup2-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-popup2 {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: max-content;
  height: max-content;
  z-index: 10001;
  margin: auto;
}
.video-popup2 .video-box {
  position: relative;
  width: max-content;
  height: max-content;
  padding: 34px;
  box-sizing: border-box;
}
.video-popup2 .video-box .video {
  max-width: 800px;
  max-height: 80vh;
}
.video-popup2 .video-box .video-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('../image/close.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */